marginWidth		0		8
marginHeight	0		8
leftLabelWidth		52		60
rightButtonWidth	52		60

bgWidth		190		222
bgHeight	90		98


request_leftLabelWidth		{size: evt,  callback}
request_rightButtonWidth		{size: evt,  callback}


var size = {
	type: "resize", 
	target: _this,
	width: w, 
	height: h,
	marginWidth: marginWidth,
	marginHeight: marginHeight,
	maxMarginWidth: margin,
	maxMarginHeight: margin,
	defaultMin: defaultMin
};// evt {}


	react.to("resize").then = function( evt ){
		var leftLabelWidth = 0;
		var rightButtonWidth = 0;
		sendEvent("request_leftLabelWidth", {size: evt, callback:function( reply ){
			leftLabelWidth = Number( reply ) || leftLabelWidth;
		}});
		sendEvent("request_rightButtonWidth", {size: evt, callback:function( reply ){
			rightButtonWidth = Number( reply ) || rightButtonWidth;
		}});
		//
		
	}// resize()


*boundingBox_mc
*bg
*title_label  +  title_bg
*newTag_label
*tags_label
*tags_list
*newTag_txt
*suggestion_txt
*replace_txt
*add_btn
*remove_btn
*done_btn
